From: Eli Zaretskii Date: Thu, 10 Dec 2009 19:25:01 +0000 (+0000) Subject: (archive-rar-summarize): Allow between 6 and 7 characters in the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8978 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa49045c6565b2eea21b2fae7d06e98dcf784f48;p=emacs.git (archive-rar-summarize): Allow between 6 and 7 characters in the Attribute field. --- diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 1d67a6ce918..474d7bdd5ab 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself." ;; Ratio ; Date' " +\\([0-9%]+\\) +\\([-0-9]+\\)" ;; Time ; Attr. - " +\\([0-9:]+\\) +......" + " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}" ;; CRC; Meth ; Var. " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n")) (goto-char (match-end 0))